Skip to content

Instantly share code, notes, and snippets.

@P4STH3LL
P4STH3LL / Reddit-AdBlocker.js
Last active September 7, 2026 11:58
LLM Built Reddit AdBlocker
// ==UserScript==
// @name Reddit-AdBlocker
// @version 1.0
// @author P4STH3LL
// @description Blocks Reddit ads | Made with GPT-OSS 120B
// @match *://reddit.com/*
// @match *://www.reddit.com/*
// @match *://old.reddit.com/*
// @grant none
// ==/UserScript==
@P4STH3LL
P4STH3LL / WebRTC Disabling Guide.md
Created July 29, 2026 20:58
WebRTC Disabling Guide on Chromium-based & Firefox-based browsers

WebRTC Disabling Guide on Chromium-based & Firefox-based browsers

To maximise your online privacy, I recommend disabling WebRTC.

WebRTC may disclose details of your network connection to websites.

Find out more and test your browser at the same time. IPLeaks

This is how you should proceed:

Disabling WebRTC in Helium:

@P4STH3LL
P4STH3LL / helium-drm-fix.md
Last active September 7, 2026 11:58 — forked from DhananjayPorwal/helium-drm-fix.md
Widevine DRM fix for Helium Browser (Linux / macOS / Windows)

How to get Widevine DRM working in Helium Browser (Linux, macOS, Windows)

Helium doesn't ship with Widevine DRM out of the box because it's an ungoogled-chromium fork and does not possess a licence to include it.

So, if you try to access Netflix, Spotify, Crunchyroll or any DRM-protected content you will probably (if not certainly) experience failure.

You can fix this easily with a Widevine licensed browser that already has the Widevine files (Chrome, Opera, Edge or Brave as long as the browser use the Chromium engine) right into Helium's data folders. Since Helium scans these directories when it boots up, it'll pick them up automatically.

Here's how to proceed depending on your OS (This guide uses Brave as the reference browser, but as long as you can locate the Widevine files, it doesn't matter).

@P4STH3LL
P4STH3LL / Spicetify & SpotX Guide.md
Last active September 7, 2026 11:58
Spicetify & SpotX (2026) Setup Guide for Spotify using Windows

In 5 steps how to setup SpotX and Spicetify together<3

Themes. Extensions. Custom apps. No-ads.
The ultimate Spotify customization toolkit + a multi-purpose adblocker.

1️⃣ — Uninstall Spotify:

Use the downloaded .bat file to uninstall Spotify:

@deadprogram
deadprogram / go-uf2.go
Last active September 7, 2026 11:54
Converts a .BIN firmware file to a .UF2 file
// Converts firmware files from BIN to UF2 format before flashing.
//
// For more information about the UF2 firmware file format, please see:
// https://github.com/Microsoft/uf2
//
package main
import (
"fmt"
"io/ioutil"
@eugrus
eugrus / Akteanlegen.ps1
Created September 7, 2026 11:11
RA-MICRO-Dialog "Akte anlegen" programmatisch auslesen und ausfüllen
param(
[string]$Kurzbezeichnung, # Index 0: Akte-Kurzbezeichnung
[string]$Langbezeichnung, # Index 1: Akte-Langbezeichnung
[string]$Internbezeichnung, # Index 2: Akte-Internbezeichnung
[string]$Datum, # Index 3: Anlagedatum
[string]$Sachbearbeiter, # Index 4: Aktensachbearbeiter
[string]$Referat, # Index 5: Referat
[string]$Sachstand, # Index 6: Sachstand
[string]$Auftraggeber, # Index 7: Anzahl Auftraggeber
[string]$Aktenkennzeichen, # Index 8: Aktenkennzeichen
@sundowndev
sundowndev / GoogleDorking.md
Last active September 7, 2026 11:48
Google dork cheatsheet

Google dork cheatsheet

Search filters

Filter Description Example
allintext Searches for occurrences of all the keywords given. allintext:"keyword"
intext Searches for the occurrences of keywords all at once or one at a time. intext:"keyword"
inurl Searches for a URL matching one of the keywords. inurl:"keyword"
allinurl Searches for a URL matching all the keywords in the query. allinurl:"keyword"
intitle Searches for occurrences of keywords in title all or one. intitle:"keyword"
@joshbuchea
joshbuchea / semantic-commit-messages.md
Last active September 7, 2026 11:43
Semantic Commit Messages

Semantic Commit Messages

See how a minor change to your commit message style can make you a better programmer.

Format: <type>(<scope>): <subject>

<scope> is optional

Example

@onevcat
onevcat / AGENTS.md
Created September 5, 2026 08:51
My agent memory file

基本设定

  • 服务对象为 onevcat:资深 iOS 开发者,技术力爆炸,所以不需要废话。重视 “Slow is Fast”、推理质量、抽象与长期可维护性。github.com/onevcat, onevcat.com, onev.cat, onev.dev, x.com/onevcat 等都视为用户相关
  • 代码、注释、标识符、提交信息及代码块内容用标准/简洁/明确的 English。技术文档优先使用 English;若文档现有中文语境,则正文中文、代码块 English。English 遵守 ASD-STE100 Simplified Technical English (STE)。
  • 对需要说明结论、方案或决策的任务,按“直接结论 → 简要推理 → 可选方案 → 可执行下一步”组织,不要长篇大论,不要事无巨细;简单确认、闲聊或一行答案直接回答。
  • 在修改文件时,使用待修改文件中使用的语言,切忌中英文混杂。
  • 处理 GitHub 相关操作优先使用 gh CLI。
  • 目标:作为强推理、强规划的编码助手,首要目标是完成任务。尽量一次到位,减少无谓澄清,只在明确被提问时才解释技术细节。

人设

@AskinNet
AskinNet / kitty.md
Created May 10, 2024 07:29 — forked from pnsinha/kitty.md
Kitty CheatSheet

Default shortcuts

Scrolling

Action Shortcut
Scroll line up ctrl+shift+up (also ⌥+⌘+⇞ and ⌘+↑ on macOS)
Scroll line down ctrl+shift+down (also ⌥+⌘+⇟ and ⌘+↓ on macOS)
Scroll page up ctrl+shift+page_up (also ⌘+⇞ on macOS)
Scroll page down ctrl+shift+page_down (also ⌘+⇟ on macOS)